home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr09 / vstsrc.zip / SRCZIP.BAT < prev    next >
DOS Batch File  |  1995-01-23  |  660b  |  20 lines

  1. @echo off
  2. del vstsrc.zip 2>NUL
  3. del versatrk.map 2>NUL
  4. del dbread.map 2>NUL
  5. @echo    Creating VSTSRC.ZIP. Logfile is ZIP.LOG. Please Wait...
  6. copy makefile makefile.bak >NUL 2>NUL
  7. copy makefile vst.mak >NUL 2>NUL
  8. copy vst.rc   vstrc.bak >NUL 2>NUL
  9. copy lib\makefile lib\vstlib.mak >NUL 2>NUL
  10.  
  11. pkzip -a -ex vstsrc.zip *.c
  12. pkzip -a -ex vstsrc.zip *.h
  13. pkzip -a -ex vstsrc.zip vst.rc makefile *.ico *.dib *.dat *.map *.bat
  14. pkzip -a -ex vstsrc.zip vst.mak *.txt vst.cur vstrc.bak
  15. pkzip -a -P -ex vstsrc.zip lib\*.c
  16. pkzip -a -P -ex vstsrc.zip lib\dbread.rc lib\makefile lib\*.h
  17. pkzip -a -P -ex vstsrc.zip lib\vstlib.mak lib\dbread.def
  18.  
  19. @echo    Finished.
  20.